home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / Program_Executable_Files / readme.txt < prev    next >
Encoding:
Text File  |  2005-03-02  |  4.5 KB  |  131 lines

  1.           HTBasic for Windows Release Notes
  2.                      Release 9.3
  3.                 TransEra Corporation
  4.                  1061 South 800 East
  5.                    Orem UT 84097
  6.                 phone (801)-224-6550
  7.                  fax (801)-224-0356    
  8.           Web page: http://www.transera.com
  9.            ftp site: ftp://ftp.rmbasic.com
  10.  
  11.             e-mail: sales@transera.com or
  12.                 support@transera.com
  13. _______________________________________________________
  14.  
  15. This file contains information regarding changes and
  16. additions that have been made since the last release 
  17. of HTBasic. 
  18.  
  19.  
  20. Enhancements:
  21.  
  22.  
  23. The WIN-PRINT driver now allows color printing. This may
  24. be turned on/off by checking/Unchecking the "Color Printing
  25. using WIN-PRINT Driver" box under the Options|Run Environment
  26. menu, or by using the CONFIGURE SYSTEM("WINPRINT COLOR ON") 
  27. or CONFIGURE SYSTEM("WINPRINT COLOR OFF") statements. By 
  28. default, when doing color printing  using the WIN-PRINT 
  29. driver, all white text will be inverted to black. If this 
  30. is not desired, the add the INVERT option to the above 
  31. statement. CONFIGURE SYSTEM("WINPRINT COLOR ON;INVERT")
  32.  
  33. Comment and UnComment are now available from the right 
  34. click context menu in the HTBasic for Windows Editor. 
  35.  
  36. Basic Plus Widgets may now be dumped to a GIF file using 
  37. the GIF driver, after having enabled Basic Plus dumping by 
  38. using either the CONFIGURE SYSTEM("DUMP;PLUS") statement, or 
  39. by checking the Dump Plus checkbox under the Options|Run 
  40. Environment menu. 
  41.  
  42. Custom baud rates for the serial driver may now be entered 
  43. using the "CONTROL 9,13;baudrate" statement.
  44.  
  45. Specifying array elements is now allowed in the Debug Watch 
  46. Window. The array elements should be specified the same as 
  47. they would be in a program. e.g. Intarray(3,2) Note: All 
  48. declared elements of the array must be specified. 
  49.  
  50. Array elements may now be specified in the Conditional 
  51. Breakpoints and Global Breakpoints dialogs. After selecting 
  52. the appropriate variable from the dropdown list, specify 
  53. the correct element using the following syntax: (2,3) 
  54.  
  55. The Numeric Compiler now allows file paths to be longer 
  56. than 80 characters.
  57.  
  58. Clicking on Ascii files with the .BAS extension will now 
  59. launch HTBasic, and GET the program. Previously only HTBasic 
  60. Prog files had this feature.
  61.  
  62. Long Hex constants are now supported.  
  63.  
  64.  
  65.  
  66. Fixes:
  67.  
  68.  
  69. Deleting lines that contain breakpoints will now correctly 
  70. remove the breakpoints and the lines. Previously this would 
  71. sometimes cause HTBasic to close. 
  72.  
  73. Event Handlers are no longer disabled when using the Autosave 
  74. feature. 
  75.  
  76. Dumping to a GIF file will now allow the BW and EXPANDED 
  77. options to be used together, producing correct results.  
  78.  
  79. Combining Dump Graphics and Printing using PPA printers will 
  80. now correctly print each page. Previously, after printing and 
  81. doing a dump graphics using PPA printers, no more Printing or 
  82. Dumping would correctly spool to the printer. 
  83.  
  84. A Pause character followed by a Step character using 
  85. CHR$(255)&"P"&CHR$(255)&"S" will now correctly execute the 
  86. pause followed by the step. Previously, this caused an error. 
  87.  
  88. The Numeric Compiler now supports the combination of LONGs 
  89. and INTEGERs in numeric expressions.
  90.  
  91. Doing a STORE AS or SAVE AS from the File menu now consistently 
  92. checks for duplicate file names before performing the Store or 
  93. Save Operation.
  94.  
  95. Printing a program larger than 2 pages using File|Print 
  96. Program now correctly prints the entire program. Previously 
  97. it would print a couple of pages and then close.
  98.  
  99. The GPIO600 and GPIO650 Drivers now correctly support the ON 
  100. TIMEOUT statement.
  101.  
  102. Print program now correctly calculates the number of lines 
  103. being printed on each page, given a page size. Previously 
  104. when selecting A4, or any other non-default page size, 
  105. lines would not be correctly calculated, and sometimes 
  106. printed off the page.
  107.  
  108. Debugging through code that uses Loadsubs and Delsubs is 
  109. now supported. Previously after debugging through the first 
  110. Loadsub and Delsub, all subsequent Loadsubs would cause HTBasic 
  111. to freeze. 
  112.  
  113. The Debugger code window's current line indicator now correctly 
  114. updates after a Loadsub statement. Previously the current line 
  115. indicator would remain on the loadsub statement, and a new 
  116. current line indicator would be created. 
  117.  
  118. Continuous Signal Events from a DLL will no longer cause stack 
  119. corruption. 
  120.  
  121. Japanese Kanji characters are now correctly supported when using 
  122. the Label statement.
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.   
  130.  
  131.